AssessmentFunction
AssessmentFunction[key] represents a tool for assessing whether answers are correct according to the key.
AssessmentFunction[key,method] uses the specified answer comparison method.
AssessmentFunction[key,f] uses the function f to compare answers with the key.
AssessmentFunction[key,comp] performs assessment using the custom assessment defined in the Association comp.
AssessmentFunction[obj] represents an assessment function that performs assessment using the CloudObject obj.
AssessmentFunction[{obj,id}] assesses the specified question within the CloudObject obj.
AssessmentFunction[…][answer] gives an AssessmentResultObject representing the correctness of answer.
Please visit the official Wolfram Language Reference for more details and examples on core symbols.